IviRFSigGen Query Arb Waveform Capabilities [ARB]
IviRFSigGenArbGenerator Capability Group
This VI returns the arb generator settings that are related to creating arbitrary waveforms. These properties are the maximum number of waveforms, waveform quantum, minimum waveform size, and maximum waveform size.
instrument handle The instrument handle that you obtain from the IviRFSigGen Initialize or IviRFSigGen Initialize With Options VIs. | |
error in (no error) The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.
The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed. |
|
instrument handle out The instrument handle that you obtain from the IviRFSigGen Initialize or IviRFSigGen Initialize With Options VIs. | |
max number of waveforms Returns the maximum number of waveforms the instrument can hold in the memory. The number may be dependent on the length of the waveform already in the pool of waveforms saved in the instrument. The driver returns the value of the IviRFSigGen>>ARB Generator>>Waveform>>ARB Max Number Waveforms property. | |
waveform quantum Returns the waveform quantum where the waveform length is a multiple of this quantum. If the waveform quantum is 1, there is no restriction on the waveform length other than min and max size. The driver returns value of the IviRFSigGen>>ARB Generator>>Waveform>>ARB Waveform Quantum property. | |
min waveform size Returns the minimum size of the waveform length in number of samples. The waveform length must be equal or greater than this min size. If the minimum size is 1, there is no restriction on the waveform length other than max size and quantum. The driver returns the value of the IviRFSigGen>>ARB Generator>>Waveform>>ARB Waveform Size Min property. | |
max waveform size Returns the maximum waveform length in the number of samples. The waveform length must be equal or less than this maximum size. The driver returns the value of the IviRFSigGen>>ARB Generator>>Waveform>>ARB Waveform Size Max property. | |
error out The error out cluster passes error or warning information out of a VI to be used by other VIs.
The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed. |